home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / gnucash / gnucash-2.6.5-setup.exe / {app} / share / aqbanking / imexporters / csv / profiles / consors-tagesgeld.conf < prev    next >
Text File  |  2014-12-19  |  2KB  |  80 lines

  1. char name="Consors"
  2. char shortDescr="Consors Tagesgeld Konto"
  3. char version="5.4.2"
  4. char longDescr="This profile supports the CSV format used by Cortal Consors"
  5. int import="1"
  6. int export="1"
  7.  
  8. char type="csv"
  9. char groupNames="transaction", "transfer", "debitnote", "line"
  10. char dateFormat="DD.MM.YYYY"
  11. int utc="0"
  12.  
  13. # Valid subjects are:
  14. # - transactions: This exports booked transactions (default)
  15. # - notedTransactions: Exports noted transactions
  16. #
  17. char subject="transactions"
  18.  
  19. # The following vars are used when there is an additional field within a
  20. # record which defines the sign of the amount.
  21. # Some banks use "C" (positive) and "D" (negative) or "Af" (negative) and
  22. # "Bij" (positive)
  23. int usePosNegField="0"
  24. char posNegFieldName="posNeg"
  25. #char positiveValues="Bij", "C"
  26. #char negativeValues="Af", "D"
  27. int defaultIsPositive="1"
  28.  
  29. char commaThousands="."
  30. char commaDecimal=","
  31.  
  32. # default is "float", other values: "rational"
  33. char valueFormat="rational"
  34.  
  35. params {
  36.  
  37.  # ignore the header
  38.  int ignoreLines="1"
  39.  
  40.  # if 1 then values are quoted
  41.  quote="0"
  42.  
  43.  # if 1 then a title line will be written containing the names of each
  44.  # column
  45.  title="0"
  46.           
  47.  # special values are "TAB" and "SPACE"
  48.  delimiter=";"
  49.                 
  50.  # this is the group name looked for in the given data to GWEN_CSV_Write
  51.  # if not given then all groups match
  52.  #group="transaction"
  53.                          
  54.                          
  55.  # title of Consors CSV files
  56.  #
  57.                           
  58.  # example entry of a Consors CSV file:
  59.  #
  60.  
  61.  # this group contains the definition for each column
  62.  # each variable in this group has its number as name
  63.  # you can use index variables in the names (using square brackets)
  64.  # the value of each of these variables is the name of a variable to be looked
  65.  # up in the data given to GWEN_CSV_Write
  66.  columns {
  67.    1="Date"                 # Buchungstag
  68.    2="ValutaDate"           # Wertstellung
  69.    3="Type"                 # Buchungsart
  70.    4="Purpose"              # Verwendungszweck
  71.    5="RemoteName"           # Auftraggeber/Beguenstigter
  72. #   6="RemoteAccountNumber"  # Kontonummer
  73. #   7="CustomerReference"    # Bankleitzahl
  74.    6="Value/Value"          # Betrag (EUR)
  75.  } # columns
  76.                                                
  77. } # params
  78.  
  79.                                                                                                           
  80.